#seciton-foot{
    height: 303px;
    background: #000;
}
.footer{
    width: 100%;
    background: url(../images/indexbg1.jpg) center repeat;
    height: auto;
    overflow: hidden;
    color: #fff;
    padding-top: 63px;
    padding-bottom: 90px;
    position: relative;
}
.index .footer{
    width: 100%;
    background: url(../images/indexbg1.jpg) center no-repeat;
    height: auto;
    overflow: hidden;
    color: #fff;
    padding-top: 63px;
}
.fcon{
    width: 1366px;
    margin:0 auto;
}
.fleft{
    float: left;
    width: 450px;
    color: #d0d0d0;
}
.fleft a{
    color: #000;
}
.fleft a:hover{
    color: #ff0000;
}
.index .fleft{
    float: left;
    width: 450px;
    color: #d0d0d0;
}
.index .fleft a{
    color: #d0d0d0;
}
.index .fleft a:hover{
    color: #bf060e;
}
.fleft .flogo{
    /*width: 285px;*/
    overflow: hidden;
    clear: both;
	font-size: 28px;
	color: #fff;
}
.fleft .flogo img{
    width: 100%;
}

.fleft .comp{
    /*font-size: 18px;*/
	font-size: 14px;
    margin-top: 10px;
   /* width: 285px;*/
    clear: both;
    overflow: hidden;
}
.fleft .ftxt{
    line-height: 2;
    font-size: 14px;
    clear: both;
    margin-top: 32px;
    overflow: hidden;
}
.fcenter{
    width: 698px;
    float: left;
    margin-left: 90px;
    color: #fff;
}
.fcenter ul{
    overflow: hidden;
}
.fcenter ul li{
    font-size: 18px;
    padding-top: 5px;
    padding-left: 36px;
    float: left;

}
.fcenter ul li:nth-child(1){
    background: url(../images/botico2.png) left top no-repeat;
    width: 210px;
    margin-bottom: 50px;
}
.fcenter ul li:nth-child(2){
    background: url(../images/botico1.png) left top no-repeat;
    width: 444px;
    float: right;
    margin-bottom: 50px;
}
.fcenter ul li:nth-child(3){
    background: url(../images/botico3.png) left top no-repeat;
    width: 210px;
    clear: both;
}
.fcenter ul li:nth-child(4){
    background: url(../images/botico4.png) left top no-repeat;
    width: 444px;
    float: right;
}
.fcenter ul li p{
    font-size: 18px;
    padding-top: 10px;
}
.fright{
    width: 152px;
    float: right;
    text-align: center;
    line-height: 20px;
}
.righttop{
    position: fixed;
    right: 5px;
    bottom: 10%;
}
.rightlist{
    background: rgba(255,255,255,0.3);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: all .36s ease;
}
.rightlist img{
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     transition: all .36s ease;
}
.rightlist:hover{
    background: rgba(255,255,255,1);
}
.rightlist img:hover{
     -webkit-filter: grayscale(0%);
     filter: grayscale(0%);
}

.botlink{}
.botico{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: all .36s ease;
    float: left;
    margin-right: 40px;
    margin-top: 48px;
    position: relative;
    cursor: pointer;
 }
.botico1{
    background: url(../images/bot_ico1.png) center no-repeat #fff;
}
.botico1:hover{
    background: url(../images/bot_ico1_2.png) center no-repeat #fff;
}
.botico2{
    background: url(../images/bot_ico2.png) center no-repeat #fff;
}
.botico2:hover{
    background: url(../images/bot_ico2_2.png) center no-repeat #fff;
}
.botico3{
    background: url(../images/bot_ico3.png) center no-repeat #fff;
}
.botico3:hover{
    background: url(../images/bot_ico3_2.png) center no-repeat #fff;
}
.botico4{
    background: url(../images/bot_ico4.png) center no-repeat #fff;
}
.botico4:hover{
    background: url(../images/bot_ico4_2.png) center no-repeat #fff;
}
.botico5{
    background: url(../images/bot_ico5.png) center no-repeat #fff;
}
.botico5:hover{
    background: url(../images/bot_ico5_2.png) center no-repeat #fff;
}
.ewm{
    text-align: center;
    line-height: 2;
    width: 120px;
    position: absolute;
    left: -40px;
    bottom: 48px;
    font-size: 12px;
}
.ewm img{
    width: 100%;
}
.foot2{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.4);
    font-size: 12px;
}
.foot2 span{
    padding:0 20px;
}
.foot2 a{
    color: #fff;
}
@media screen and (max-width: 1280px){
    .fcon {
    width: 1200px;
    margin: 0 auto;
}
    .fcenter {
    width: 590px;
    margin-left: 30px;
}
}
@media screen and (max-width: 767px){
.footer{
    padding: 20px 20px;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.index .footer{
    padding-top: 23px;
    padding-bottom: 70px;
}
.fcon {
    width: 100%;
    overflow: hidden;
}
.fleft {
    float: left;
    width: 100%;
}
.fleft .flogo {
    /*width: 185px;*/
	font-size: 18px;
}
.fleft .comp {
    font-size: 1rem;
    margin-top: 10px;
}
.fleft .ftxt {
    line-height: 1.5;
    font-size: 0.6rem;
    margin-top: 12px;
}
.fcenter {
    display: none;
}
.fright {
    width: 100px;
    float: none;
    clear: both;
    margin:0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 0.6rem;
    margin-top: 10px;
}
.fright img{
    width: 100%;
}
.righttop{
    position: fixed;
    right: 5px;
    bottom: 20%;
}
.rightlist{
    background: rgba(255,255,255,0.3);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 8px;
    transition: all .36s ease;
}
.rightlist img{
     width: 60%;
}
.rightlist:hover{
    background: rgba(255,255,255,1);
}
.botico{
    width: 32px;
    height: 32px;
    margin-top: 20px;
    margin-right: 30px;
}
.foot2{
    left: 0;
    width: 100%;
    text-align: center;
    padding:10px 0;
    overflow: hidden;
    padding-bottom: 20px;
    bottom: 10px;
}
.foot2 span{
    clear: both;
    display: block;
    width: 100%;
}
.ewm{
    position: fixed;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
}
.ewm .bpic{
    width: 80%;
    margin:0 auto;
    padding-top: calc(50% - 60px);
}
.ewm .bpic img{
    margin-bottom: 10px;
}
}
